Skip to content

Conversation

Copy link
Contributor

Copilot AI commented Nov 21, 2025

Removes all @/ path alias usage from packages/* directories in preparation for upcoming monorepo changes.

Changes

  • Import paths: Replaced 1012 instances of @/ aliases with relative paths across all packages
  • Configuration: Removed @/ alias definition from svelte.config.js

Example

- import type { HTMLAttributes } from '@/internal/html-attributes.js';
+ import type { HTMLAttributes } from '../../../internal/html-attributes.js';
- import { AppBar } from '@/index.js';
+ import { AppBar } from '../../../src/index.js';

✨ Let Copilot coding agent set things up for you — coding agent works faster and does higher quality work when set up for your repo.

Copilot AI self-assigned this Nov 21, 2025
@changeset-bot
Copy link

changeset-bot bot commented Nov 21, 2025

⚠️ No Changeset found

Latest commit: f66c3e7

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

This PR includes no changesets

When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

@vercel
Copy link

vercel bot commented Nov 21, 2025

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Preview Updated (UTC)
www.skeleton.dev Error Error Nov 21, 2025 0:38am

Copilot AI changed the title [WIP] Remove all uses of '@/ paths alias in packages Remove @/ path aliases from packages/* Nov 21, 2025
Copilot AI requested a review from Hugos68 November 21, 2025 12:38
Copilot finished work on behalf of Hugos68 November 21, 2025 12:38
@Hugos68 Hugos68 marked this pull request as ready for review November 21, 2025 12:40
@Hugos68 Hugos68 merged commit 82b47a7 into perf/monorepo Nov 21, 2025
1 of 6 checks passed
@Hugos68 Hugos68 deleted the copilot/sub-pr-4135 branch November 21, 2025 12:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants